home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 2000 …ember: Reference Library / Dev.CD Dec 00 RL Disk 1.toast / pc / technical documentation / develop / develop issue 28 / develop issue 28 code / sketch / source / main / sketch.h < prev   
Encoding:
Text File  |  1996-08-23  |  680 b   |  43 lines

  1. // -----------------------------------------------------------------------------------------
  2. // Sketch.h
  3. // -----------------------------------------------------------------------------------------
  4.  
  5. // includes not aready in <MacHeaders>
  6.  
  7. #include <AppleEvents.h>
  8. #include <GestaltEqu.h>
  9. #include <Traps.h>
  10. #include <Editions.h>
  11.  
  12. #include "ResID.h"
  13. #include "Structs.h"
  14.  
  15. // -------------------------------------------------------------------------
  16. // Public Functions
  17.  
  18. // UI support, such as there is
  19.  
  20. OSErr    DoQuit    (DescType saveOptions);
  21.  
  22. Boolean IsCurrentProcessInBackground(void);
  23.  
  24. // -------------------------------------------------------------------------
  25.  
  26.  
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.